home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / phpMyAdmin / lang / portuguese-iso-8859-15.inc.php < prev    next >
PHP Script  |  2005-03-30  |  47KB  |  819 lines

  1. <?php
  2. /* $Id: portuguese-iso-8859-15.inc.php,v 2.1 2005/03/30 19:23:52 lem9 Exp $ */
  3.  
  4. /**
  5.  * Portuguese language file by
  6.  *   Lopo Pizarro <lopopizarro@users.sourceforge.net>
  7.  *   Ant≤nio Raposo <cfmsoft@users.sourceforge.net>
  8.  */
  9.  
  10. $charset = 'iso-8859-15';
  11. $text_dir = 'ltr';
  12. $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
  13. $right_font_family = 'arial, helvetica, geneva, sans-serif';
  14. $number_thousands_separator = ',';
  15. $number_decimal_separator = '.';
  16. // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  17. $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  18.  
  19. $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
  20. $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
  21. // See http://www.php.net/manual/en/function.strftime.php to define the
  22. // variable below
  23. $datefmt = '%d-%B-%Y αs %H:%M';
  24.  
  25. $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
  26.  
  27. $strAPrimaryKey = 'Uma chave primßria foi adicionada a %s';
  28. $strAbortedClients = 'Abortado';
  29. $strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto atΘ α directoria docSQL no Servidor Web';
  30. $strAccessDenied = 'Acesso Negado';
  31. $strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligaτπo. Verifique o anfitriπo, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem α informaτπo fornecida pelo administrador do MySQL.';
  32. $strAction = 'Acτ⌡es';
  33. $strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
  34. $strAddConstraints = 'Adicionar limitadores';
  35. $strAddDeleteColumn = 'Adicionar/Remover Campos';
  36. $strAddDeleteRow = 'Adicionar/Remover CritΘrios';
  37. $strAddDropDatabase = 'Adicionar DROP DATABASE';
  38. $strAddIntoComments = 'Adicionar aos comentßrios';
  39. $strAddNewField = 'Adiciona novo campo';
  40. $strAddPrivilegesOnDb = 'Adicionar privilΘgios na base de dados seguinte';
  41. $strAddPrivilegesOnTbl = 'Todos privilΘgios na tabela seguinte';
  42. $strAddSearchConditions = 'Condiτπo de Pesquisa (Complemento da clßusula "where"):';
  43. $strAddToIndex = 'Adicionar ao φndice  %s coluna(s)';
  44. $strAddUser = 'Acrescenta um utilizador';
  45. $strAddUserMessage = 'Acrescentou um novo utilizador.';
  46. $strAddedColumnComment = 'Comentßrios para coluna adicionados';
  47. $strAddedColumnRelation = 'Relaτπo para a coluna adicionada';
  48. $strAdministration = 'Administraτπo';
  49. $strAffectedRows = 'Linhas afectadas:';
  50. $strAfter = 'Depois %s';
  51. $strAfterInsertBack = 'Voltar atrßs';
  52. $strAfterInsertNewInsert = 'Inserir novo registo';
  53. $strAll = 'Todas';
  54. $strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?';
  55. $strAlterOrderBy = 'Alterar a ordem da tabela por';
  56. $strAnIndex = 'Um φndice foi adicionado a %s';
  57. $strAnalyzeTable = 'Analizar tabela';
  58. $strAnd = 'E';
  59. $strAny = 'Todos';
  60. $strAnyHost = 'Qualquer mßquina';
  61. $strAnyUser = 'Qualquer utilizador';
  62. $strArabic = '┴rabe';
  63. $strArmenian = 'ArmΘnio';
  64. $strAscending = 'Ascendente';
  65. $strAtBeginningOfTable = 'No Inφcio da Tabela';
  66. $strAtEndOfTable = 'No Fim da Tabela';
  67. $strAttr = 'Atributos';
  68. $strAutodetect = 'Detecτπo automßtica';
  69. $strAutomaticLayout = 'Layout automßtico';
  70.  
  71. $strBack = 'Voltar';
  72. $strBaltic = 'Bßltico';
  73. $strBinary = ' Binßrio ';
  74. $strBinaryDoNotEdit = ' Binßrio - nπo editar ';
  75. $strBookmarkAllUsers = 'Deixar todos os utilizadores acederem a este marcador';
  76. $strBookmarkDeleted = 'Marcador apagado com sucesso.';
  77. $strBookmarkLabel = 'Etiqueta';
  78. $strBookmarkOptions = 'Opτ⌡es de Bookmark';
  79. $strBookmarkQuery = 'Comandos SQL marcados';
  80. $strBookmarkThis = 'Marcar este comando SQL';
  81. $strBookmarkView = 'Ver apenas';
  82. $strBrowse = 'Visualiza';
  83. $strBulgarian = 'B·lgaro';
  84. $strBzip = '"Compressπo bzip"';
  85.  
  86. $strCSVOptions = 'Opτ⌡es CSV';
  87. $strCannotLogin = 'Nπo Θ possφvel fazer login no servidor MySQL';
  88. $strCantLoad = 'nπo Θ possφvel carregar a extensπo %s ;<br />verifique a configuraτπo do PHP por favor';
  89. $strCantLoadRecodeIconv = 'Nπo Θ possφvel carregar <i>iconv</i> ou recodificar a extensπo necessßria para a conversπo do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extens⌡es ou desligue a conversπo do mapa de caracteres no phpmyadmin.';
  90. $strCantRenameIdxToPrimary = 'Impossφvel renomear φndice para PRIMARY!';
  91. $strCantUseRecodeIconv = 'Nπo Θ possφvel usar <i>iconv</i> nem <i>libiconv</i> nem a funτπo <i>recode_string</i> enquanto a extensπo reportar que estß ligada. Confira a configuraτπo do seu php.';
  92. $strCardinality = 'Quantidade';
  93. $strCarriage = 'Fim de linha: \\r';
  94. $strCaseInsensitive = 'Sensφvel a mai·sculas/min·culas';
  95. $strCaseSensitive = 'Nπo-sensφvel a a mai·sculas/min·culas';
  96. $strCentralEuropean = 'Europeu Central';
  97. $strChange = 'Muda';
  98. $strChangeCopyMode = 'Criar um novo utilizador com os mesmo privilΘgios e ...';
  99. $strChangeCopyModeCopy = '... manter o antigo.';
  100. $strChangeCopyModeDeleteAndReload = ' ... apagar o antigo das tabelas do utilizador e depois recarregue os privilΘgios.';
  101. $strChangeCopyModeJustDelete = ' ... apagar o antigo das tabelas do utilizador.';
  102. $strChangeCopyModeRevoke = ' ... revogar todos os privilΘgios activos do antigo e a seguir apagß-lo.';
  103. $strChangeCopyUser = 'Mudar a informaτπo de login / Copiar Utilizador';
  104. $strChangeDisplay = 'Escolha campo para mostrar';
  105. $strChangePassword = 'Alterar a palavra-passe';
  106. $strCharset = 'Mapa de Caractere';
  107. $strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:';
  108. $strCharsets = 'Mapas de Caracteres';
  109. $strCheckAll = 'Todos';
  110. $strCheckPrivs = 'Verificar PrivilΘgios';
  111. $strCheckPrivsLong = 'Verificar PrivilΘgios para a Base de Dados "%s".';
  112. $strCheckTable = 'Verificar tabela';
  113. $strChoosePage = 'Escolha uma Pßgina para editar';
  114. $strColComFeat = 'Mostrando comentßrios das Colunas';
  115. $strColumnNames = 'Nome dos Campos';
  116. $strColumnPrivileges = 'PrivilΘgios especφficos da Coluna';
  117. $strCommand = 'Comando';
  118. $strComments = 'Comentßrios';
  119. $strCompleteInserts = 'Instrucτ⌡es de inserτπo completas';
  120. $strCompression = 'Compressπo';
  121. $strConfigFileError = 'O phpMyAdmin nπo foi capaz de ler o ficheiro de configuraτπo!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i>  ou se nπo conseguir encontrar o ficheiro.<br />Chame o ficheiro de configuraτπo directamente usando o <i>link</i> a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vφrgula algures.<br />Se receber uma pßgina em branco, estß tudo correcto.';
  122. $strConfigureTableCoord = 'Configure as cordenadas para a tabela %s';
  123. $strConnections = 'Ligaτ⌡es';
  124. $strConstraintsForTable = 'Limitadores para a tabela';
  125. $strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.';
  126. $strCopyTable = 'Copia tabela para (base-de-dados<b>.</b>tabela):';
  127. $strCopyTableOK = 'Tabela %s copiada para %s.';
  128. $strCopyTableSameNames = 'Nπo Θ possivel copiar a tabela para o mesmo!';
  129. $strCreate = 'Criar';
  130. $strCreateIndex = 'Criar um φndice com %s coluna(s)';
  131. $strCreateIndexTopic = 'Criar um novo φndice';
  132. $strCreateNewDatabase = 'Criar nova base de dados';
  133. $strCreateNewTable = 'Criar nova tabela na base de dados %s';
  134. $strCreatePage = 'Criar uma Pßgina nova';
  135. $strCreatePdfFeat = 'Criaτπo de PDFs';
  136. $strCreationDates = 'Datas de Criaτπo/Actualizaτπo/verificaτπo';
  137. $strCriteria = 'CritΘrios';
  138. $strCroatian = 'Croata';
  139. $strCzech = 'Checo';
  140. $strCzechSlovak = 'Checo-Eslovaco';
  141.  
  142. $strDBComment = 'Comentßrio da Base de Dados: ';
  143. $strDBGContext = 'Contexto';
  144. $strDBGContextID = 'ID de Contexto';
  145. $strDBGHits = 'Hits';
  146. $strDBGLine = 'Linha';
  147. $strDBGMaxTimeMs = 'Tempo mßx, ms';
  148. $strDBGMinTimeMs = 'Tempo min, ms';
  149. $strDBGModule = 'M≤dulo';
  150. $strDBGTimePerHitMs = 'Tempo/Hit, ms';
  151. $strDBGTotalTimeMs = 'Tempo total, ms';
  152. $strDanish = 'DinamarquΩs';
  153. $strData = 'Dados';
  154. $strDataDict = 'Dicionario de dados';
  155. $strDataOnly = 'Apenas dados';
  156. $strDatabase = 'Base de Dados';
  157. $strDatabaseExportOptions = 'Opτ⌡es de exportaτπo da Base de Dados';
  158. $strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.';
  159. $strDatabaseNoTable = 'Esta Base de Dados nπo contΘm qualquer tabela!';
  160. $strDatabases = 'Base de Dados';
  161. $strDatabasesDropped = 'As Bases de Dados %s foram apagadas com sucesso.';
  162. $strDatabasesStats = 'Estatφsticas das bases de dados';
  163. $strDatabasesStatsDisable = 'Desactivar Estatφsticas';
  164. $strDatabasesStatsEnable = 'Activar Estatφsticas';
  165. $strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatφsticas aqui pode causar um grande volume de trßfego entre o servidor web e o de MySQL.';
  166. $strDbPrivileges = 'PrivilΘgios especφficos da Base de Dados';
  167. $strDbSpecific = 'Especifico da Base de Dados';
  168. $strDefault = 'Defeito';
  169. $strDelete = 'Apagar';
  170. $strDeleteAndFlush = 'Apagar os utilizadores e recarreguar os privilΘgios a seguir.';
  171. $strDeleteAndFlushDescr = 'Este Θ o processo mais limpo, mas recarregar os privilΘgios poderß demorar um pouco.';
  172. $strDeleted = 'Registo eliminado';
  173. $strDeletedRows = 'Linhas apagadas:';
  174. $strDeleting = 'A apagar %s';
  175. $strDescending = 'Descendente';
  176. $strDescription = 'Descriτπo';
  177. $strDictionary = 'dicionßrio';
  178. $strDisabled = 'Desactidado';
  179. $strDisplayFeat = 'Mostrar Caracterφsticas';
  180. $strDisplayOrder = 'Ordem de visualizaτπo:';
  181. $strDisplayPDF = 'Mostrar o esquema de PDF';
  182. $strDoAQuery = 'Faτa uma "pesquisa por formulßrio" (caractere universal: "%")';
  183. $strDoYouReally = 'Confirma : ';
  184. $strDocu = 'Documentaτπo';
  185. $strDrop = 'Elimina';
  186. $strDropSelectedDatabases = 'Apagar Bases de Dados selecionada';
  187. $strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.';
  188. $strDumpSaved = 'O Dump foi gravado para o ficheiro %s.';
  189. $strDumpXRows = 'Exporta %s registos comeτando em %s.';
  190. $strDumpingData = 'Extraindo dados da tabela';
  191. $strDynamic = 'dinΓmico';
  192.  
  193. $strEdit = 'Edita';
  194. $strEditPDFPages = 'Editar pßginas PDF';
  195. $strEditPrivileges = 'Alterar Privilegios';
  196. $strEffective = 'Em uso';
  197. $strEmpty = 'Limpa';
  198. $strEmptyResultSet = 'MySQL nπo retornou nenhum registo.';
  199. $strEnabled = 'Activado';
  200. $strEnd = 'Fim';
  201. $strEnglish = 'InglΩs';
  202. $strEnglishPrivileges = ' Nota: os nomes dos privilΘgios do MySQL sπo em InglΩs ';
  203. $strError = 'Erro';
  204. $strEstonian = 'Estoniano';
  205. $strExcelEdition = 'Ediτπo Excel';
  206. $strExcelOptions = 'Opτ⌡es Excel';
  207. $strExecuteBookmarked = 'Executar um query marcado(do marcador)';
  208. $strExplain = 'Explicar SQL';
  209. $strExport = 'Exportar';
  210. $strExtendedInserts = 'Instrucτ⌡es de inserτπo m·ltiplas';
  211. $strExtra = 'Extra'; // written the same in portuguese
  212.  
  213. $strFailedAttempts = 'Tentativas falhadas';
  214. $strField = 'Campo';
  215. $strFieldHasBeenDropped = 'O campo %s foi eliminado';
  216. $strFields = 'Qtd Campos';
  217. $strFieldsEmpty = ' N·mero de campos invßlido! ';
  218. $strFieldsEnclosedBy = 'Campos delimitados por';
  219. $strFieldsEscapedBy = 'Campos precedidos por';
  220. $strFieldsTerminatedBy = 'Campos terminados por';
  221. $strFileAlreadyExists = 'O ficheiro  %s jß existe no servidor, mude o nome do ficheiro ou verifique a opτπo de substituiτπo (re-escrita).';
  222. $strFileCouldNotBeRead = 'Nπo foi possφvel ler o ficheiro';
  223. $strFileNameTemplate = 'Nome do ficheiro modelo';
  224. $strFileNameTemplateHelp = 'Usar __DB__ para nome da Base de Dados, __TABLE__ para nome da tabela e %sany strftime%s opτ⌡es para especificτπo do tempo , a extensπo serß acrescentada automaticamente. Qualquer outro texto serß preservado.';
  225. $strFileNameTemplateRemember = 'Lembrar-se do modelo';
  226. $strFixed = 'fixo';
  227. $strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilΘgios dos utilizadores directamente da tabela de privilΘgios do MySQL. O conte·do destas tabelas pode diferir dos privilΘgios que o servidor usa se alteraτ⌡es manuais nele forem feitas. Neste caso, deve  %sreload the privileges%s antes de continuar.';
  228. $strFlushTable = 'Fecha a tabela ("FLUSH")';
  229. $strFormEmpty = 'N║ de dados insuficiente!\nPreencha todas as opτ⌡es!';
  230. $strFormat = 'Formato';
  231. $strFullText = 'Texto inteiro';
  232. $strFunction = 'Funτ⌡es';
  233.  
  234. $strGenBy = 'Gerado por';
  235. $strGenTime = 'Data de Criaτπo';
  236. $strGeneralRelationFeat = 'Caracterφsticas gerais de Relaτπo';
  237. $strGeorgian = 'Georgiano';
  238. $strGerman = 'Alemπo';
  239. $strGlobal = 'global';  //(same in portuguese)
  240. $strGlobalPrivileges = 'PrivilΘgios Globais';
  241. $strGlobalValue = 'Valor Global';
  242. $strGo = 'Executa';
  243. $strGrantOption = 'Conceder/Grant';
  244. $strGreek = 'Grego';
  245. $strGzip = '"Compressπo gzip"';
  246.  
  247. $strHasBeenAltered = 'foi alterado(a).';
  248. $strHasBeenCreated = 'foi criado(a).';
  249. $strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
  250. $strHebrew = 'Hebrßico';
  251. $strHome = 'Inφcio';
  252. $strHomepageOfficial = 'Pßgina Oficial do phpMyAdmin';
  253. $strHost = 'Mßquina';
  254. $strHostEmpty = 'O nome da mßquina estß vazio!';
  255. $strHungarian = 'H·ngaro';
  256.  
  257. $strId = 'ID'; //(same in portuguese)
  258. $strIdxFulltext = 'Texto Completo';
  259. $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faτa uma lista separada por virgula.';
  260. $strIgnore = 'Ignora';
  261. $strIgnoringFile = 'A ignorar ficheiro %s';
  262. $strImportDocSQL = 'Importar ficheiros docSQL';
  263. $strImportFiles = 'Importar';
  264. $strImportFinished = 'Importar terminada';
  265. $strInUse = 'em uso';
  266. $strIndex = '═ndice';
  267. $strIndexHasBeenDropped = 'O ═ndice %s foi eliminado';
  268. $strIndexName = 'Nome do ═ndice :';
  269. $strIndexType = 'Tipo de ═ndice :';
  270. $strIndexes = '═ndices';
  271. $strInnodbStat = 'Estado da InnoDB';
  272. $strInsecureMySQL = 'O seu ficheiro de configuraτπo contem configuraτ⌡es (root sem palavra-passe) que correspondem α conta privilegiada por defeito do MySQL. O servidor MySQL estß a correr com este valor por defeito, assim aberto a intrus⌡es, deveria corrigir este buraco de seguranτa.';
  273. $strInsert = 'Insere';
  274. $strInsertAsNewRow = 'Insere como novo registo';
  275. $strInsertNewRow = 'Insere novo registo';
  276. $strInsertTextfiles = 'Insere arquivo texto na tabela';
  277. $strInsertedRowId = 'Inserir id de linha:';
  278. $strInsertedRows = 'Registos inseridos :';
  279. $strInstructions = 'Instruτ⌡es';
  280. $strInternalNotNecessary = '* Nπo Θ necessßria uma relaτπo interna quando tambΘm jß existe na InnoDB.';
  281. $strInternalRelations = 'Relaτ⌡es internas';
  282.  
  283. $strJapanese = 'JaponΩs';
  284. $strJumpToDB = 'Saltar para a Base de Dados "%s".';
  285. $strJustDelete = 'Apagar apenas os utilizadores da tabela de privilΘgios.';
  286. $strJustDeleteDescr = 'Os utilizadores "deleted" continuarπo a conseguir aceder ao servidor atΘ que os privilΘgios sejam recarregados.';
  287.  
  288. $strKeepPass = 'Mantendo a palavra-passe ';
  289. $strKeyname = 'Nome do ═ndice';
  290. $strKill = 'Termina';
  291. $strKorean = 'Coreano';
  292.  
  293. $strLaTeX = 'LaTeX';  //(same in portuguese)
  294. $strLaTeXOptions = 'Opτ⌡es LaTeX';
  295. $strLandscape = 'Paisagem/ao baixo';
  296. $strLatexCaption = 'Legenda da tabela';
  297. $strLatexContent = 'Conte·do da tabela __TABLE__';
  298. $strLatexContinued = '(continuaτπo)';
  299. $strLatexContinuedCaption = 'Continuaτπo da legenda da tabela';
  300. $strLatexIncludeCaption = 'Incluir a legenda da tabela';
  301. $strLatexStructure = 'estructura da tabela __TABLE__';
  302. $strLengthSet = 'Tamanho/Valores*';
  303. $strLimitNumRows = 'N·mero de registos por pßgina';
  304. $strLineFeed = 'Mudanτa de linha: \\n';
  305. $strLinesTerminatedBy = 'Linhas terminadas por';
  306. $strLinkNotFound = 'Link nπo encontrado';
  307. $strLinksTo = 'Links para';
  308. $strLithuanian = 'Lituano';
  309. $strLoadExplanation = 'O melhor mΘtodo Θ verificado por defeito, mas pode alterar se isto falhar.';
  310. $strLoadMethod = 'MΘtodo de carregar(LOAD)';
  311. $strLocalhost = 'Local';
  312. $strLocationTextfile = 'Localizaτπo do arquivo de texto';
  313. $strLogPassword = 'Palavra-passe :';
  314. $strLogServer = 'Servidor';
  315. $strLogUsername = 'Utilizador :';
  316. $strLogin = 'Entrada';
  317. $strLoginInformation = 'Informaτπo de Login ';
  318. $strLogout = 'Sair';
  319.  
  320. $strMIME_MIMEtype = 'MIME-type';  //(same in portuguese)
  321. $strMIME_available_mime = 'MIME-types disponφveis';
  322. $strMIME_available_transform = 'Transformaτ⌡es disponφveis';
  323. $strMIME_description = 'Descriτπo';
  324. $strMIME_nodescription = 'Nπo hß descriτπo disponφvel para esta transformaτπo.<br />Pergunte ao autor, o que %s faz.';
  325. $strMIME_transformation = 'Transformaτπo do navegador';
  326. $strMIME_transformation_note = 'Para uma lista de opτ⌡es de transformaτπo disponφveis e suas transformaτ⌡es MIME-type , clique em %stransformation descriptions%s';
  327. $strMIME_transformation_options = 'Opτ⌡es de tranformaτπo';
  328. $strMIME_transformation_options_note = 'Introduza os valores para as opτ⌡es de transformaτπo a usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar de inserir um backslash ("\") ou uma pelica ("\'") no meio desses valores, faτa-o backslashes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
  329. $strMIME_without = 'MIME-types impressos em itßlico nπo tem uma funτπo de transformaτπo separada';
  330. $strMaximumSize = 'Tamanho mßximo: %s%s';
  331. $strModifications = 'Modificaτ⌡es foram guardadas';
  332. $strModify = 'Modifica';
  333. $strModifyIndexTopic = 'Modificar um φndice';
  334. $strMoreStatusVars = 'Mais varißveis de estado';
  335. $strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):';
  336. $strMoveTableOK = 'A tabela %s foi movida para %s.';
  337. $strMoveTableSameNames = 'Nπo Θ posivel mover a tabela para o mesmo!';
  338. $strMultilingual = 'multilingua';
  339. $strMustSelectFile = 'Deve selecionar o ficheiro que quer inserir.';
  340. $strMySQLCharset = 'Mapa de Caracteres do mySQL';
  341. $strMySQLReloaded = 'MySQL reiniciado.';
  342. $strMySQLSaid = 'Mensagens do MySQL : ';
  343. $strMySQLServerProcess = 'MySQL %pma_s1% a correr em %pma_s2% como %pma_s3%';
  344. $strMySQLShowProcess = 'Mostra os Processos';
  345. $strMySQLShowStatus = 'Mostra informaτπo do estado do MySQL';
  346. $strMySQLShowVars = 'Mostra as varißveis de sistema do MySQL';
  347.  
  348. $strName = 'Nome';
  349. $strNext = 'Pr≤ximo';
  350. $strNo = 'Nπo';
  351. $strNoDatabases = 'Sem bases de dados';
  352. $strNoDatabasesSelected = 'Nenhuma base de dados selecionada.';
  353. $strNoDescription = 'sem Descriτπo';
  354. $strNoDropDatabases = 'Os comandos "DROP DATABASE" estπo inibidos.';
  355. $strNoExplain = 'Saltar Explicar SQL';
  356. $strNoFrames = 'O phpMyAdmin torna-se mais agradßvel se usado num browser que suporte <b>frames</b>.';
  357. $strNoIndex = 'Nenhum indφce definido!';
  358. $strNoIndexPartsDefined = 'Nenhuma parte do φndice definida!';
  359. $strNoModification = 'Sem alteraτ⌡es';
  360. $strNoOptions = 'Este formato nπo tem opτ⌡es';
  361. $strNoPassword = 'Sem palavra-passe';
  362. $strNoPermission = 'O servidor web nπo tem permiss⌡es para gravar o ficheiro %s.';
  363. $strNoPhp = 'sem c≤digo PHP';
  364. $strNoPrivileges = 'Sem PrivilΘgios';
  365. $strNoQuery = 'Nenhum comando SQL encontrado!';
  366. $strNoRights = 'Nπo tem permiss⌡es suficientes para aceder aqui, neste momento!';
  367. $strNoSpace = 'Nπo existe espaτo suficiente para gravar o ficheiro %s.';
  368. $strNoTablesFound = 'Nenhuma tabela encontrada na base de dados';
  369. $strNoUsersFound = 'Nenhum utilizador encontrado.';
  370. $strNoValidateSQL = 'Saltar a validaτπo SQL';
  371. $strNone = 'Nenhum';
  372. $strNotNumber = 'Isto nπo Θ um n·mero!';
  373. $strNotOK = 'nπo estß OK';
  374. $strNotSet = 'A Tabela <b>%s</b> nπo foi encontrada ou nπo foi definida em %s';
  375. $strNotValidNumber = ' nπo Θ um n·mero de registo vßlido!';
  376. $strNull = 'Nulo';
  377. $strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
  378. $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
  379. $strNumTables = 'Tabelas';
  380.  
  381. $strOK = 'OK';  //Same in portuguese
  382. $strOftenQuotation = 'Normalmente aspas. OPTIONALLY significa que apenas os campos "char" e "varchar" sπo delimitados pelo caractere delimitador.';
  383. $strOperations = 'Operaτ⌡es';
  384. $strOptimizeTable = 'Optimizar tabela';
  385. $strOptionalControls = 'Opcional. Comanda o modo de escrita e leitura dos caracteres especiais.';
  386. $strOptionally = 'OPCIONAL';
  387. $strOr = 'Ou';
  388. $strOverhead = 'Suspenso';
  389. $strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)';
  390.  
  391. $strPHP40203 = 'Estß a usar o PHP 4.2.3, que tem uma grave falha de seguranτa com a string multi-byte (mbstring). Veja o relat≤rio de bugs do PHP 19404 - PHP bug report 19404. A utilizaτπo desta versπo do PHP com o phpMyAdmin nπo Θ recomendada.';
  392. $strPHPVersion = 'versπo do PHP';
  393. $strPageNumber = 'Pßgina n·mero:';
  394. $strPaperSize = 'Tamanho do papel';
  395. $strPartialText = 'Texto parcial';
  396. $strPassword = 'Palavra-passe';
  397. $strPasswordChanged = 'A palavra-passe para %s foi alterada com sucesso.';
  398. $strPasswordEmpty = 'Indique a palavras-passe!';
  399. $strPasswordNotSame = 'As palavras-passe sπo diferentes!\nLembre-se de confirmar a palavra-passe!';
  400. $strPdfDbSchema = 'Esquema da base de dados "%s" - Pßgina %s';
  401. $strPdfInvalidTblName = 'A tabela "%s" nπo existe!';
  402. $strPdfNoTables = 'Sem tablelas';
  403. $strPerHour = 'por hora';
  404. $strPerMinute = 'por minuto';
  405. $strPerSecond = 'por segundo';
  406. $strPhoneBook = 'lista telef≤nica';
  407. $strPhp = 'Criar c≤digo PHP';
  408. $strPmaDocumentation = 'Documentaτπo do phpMyAdmin';
  409. $strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TEM que ser definida no ficheiro de configuraτπo!';
  410. $strPortrait = 'Retrato/Ao alto';
  411. $strPos1 = 'Inicio';
  412. $strPrevious = 'Anterior';
  413. $strPrimary = 'Primßria';
  414. $strPrimaryKeyHasBeenDropped = 'A chave primßria foi eliminada';
  415. $strPrimaryKeyName = 'O nome da chave primßria tem de ser... PRIMARY!';
  416. $strPrimaryKeyWarning = '("PRIMARY" <b>tem</b> de ser o nome de e <b>apenas de</b> uma chave primßria!)';
  417. $strPrint = 'Imprimir';
  418. $strPrintView = 'Vista de impressπo';
  419. $strPrintViewFull = 'Vista de impressπo (com texto inteiro)';
  420. $strPrivDescAllPrivileges = 'inclui todos os privilΘgios excepto Conceτπo - GRANT.';
  421. $strPrivDescAlter = 'Permite alterar a estrutura de tabelas existentes.';
  422. $strPrivDescCreateDb = 'Permite criar novas Bases de Dados e tabelas.';
  423. $strPrivDescCreateTbl = 'Permite criar novas tabelas.';
  424. $strPrivDescCreateTmpTable = 'Permite criar tabelas temporßrias.';
  425. $strPrivDescDelete = 'Permite apagar dados.';
  426. $strPrivDescDropDb = 'Permite apagar Bases de Dados e tabelas.';
  427. $strPrivDescDropTbl = 'Permite apagar Bases de Dados.';
  428. $strPrivDescExecute = 'Permite executar procedimentos armazenados; Nπo tem efeito nesta versπo do MySQL.';
  429. $strPrivDescFile = 'Permite importar dados de... e exportar dados para ficheiros.';
  430. $strPrivDescGrant = 'Permite adicionar utilizadores e privilΘgios sem recarregar a tabela de privilΘgios.';
  431. $strPrivDescIndex = 'Permite criar e apagar indexes.';
  432. $strPrivDescInsert = 'Permite inserir e substituir dados.';
  433. $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
  434. $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
  435. $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
  436. $strPrivDescProcess3 = 'Permite eliminar processos de outros utilizadores.';
  437. $strPrivDescProcess4 = 'Permite ver o queries completos na lista de processos.';
  438. $strPrivDescReferences = 'Nπo tem efeito nesta versπo do MySQL.';
  439. $strPrivDescSelect = 'Permite ler dados.';
  440. $strPrivDescShowDb = 'Dß acesso α lista de bases de dados completa.';
  441. $strPrivDescShutdown = 'Permite desligar o servidor.';
  442. $strPrivDescUpdate = 'Permite alterar dados.';
  443. $strPrivDescUsage = 'Sem privilΘgios.';
  444. $strPrivileges = 'PrivilΘgios';
  445. $strPrivilegesReloaded = 'O privilΘgios foram recarregados com sucesso.';
  446. $strProcesslist = 'Lista de Processos';
  447. $strPutColNames = 'Coloca os nomes dos compos na primeira linha';
  448.  
  449. $strQBE = 'Pesquisa por formulßrio';
  450. $strQBEDel = 'Elim.';
  451. $strQBEIns = 'Ins.';
  452. $strQueryFrame = 'Janela de Query';
  453. $strQueryOnDb = 'Comando SQL na base de dados <b>%s</b>:';
  454. $strQuerySQLHistory = 'Hist≤rico SQL';
  455. $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
  456. $strQueryTime = 'O Query demorou %01.4f sec';
  457. $strQueryType = 'Tipo de Query';
  458. $strQueryWindowLock = 'Nπo alterar esta pesquisa de fora da janela';
  459.  
  460. $strReType = 'Confirma';
  461. $strReceived = 'Recebido';
  462. $strRecords = 'Registos';
  463. $strReferentialIntegrity = 'Verificar Integridade referencial:';
  464. $strRelationNotWorking = 'As Caracterφsticas adicionais para trabalhar com ligaτ⌡es entre Tabelas foram desactivadas. Para saber porquΩ carregue %saqui%s.';
  465. $strRelationView = 'Vista de Relaτπo';
  466. $strRelationalSchema = 'Esquema relacional';
  467. $strRelations = 'Relaτ⌡es';
  468. $strReloadFailed = 'Reiniciaτπo do MySQL falhou.';
  469. $strReloadMySQL = 'Reiniciar o MySQL';
  470. $strReloadingThePrivileges = 'A recarregar privilΘgios';
  471. $strRemoveSelectedUsers = 'Remover utilizadores seleccionados';
  472. $strRenameTable = 'Renomeia a tabela para ';
  473. $strRenameTableOK = 'Tabela %s renomeada para %s';
  474. $strRepairTable = 'Reparar tabela';
  475. $strReplace = 'Substituir';
  476. $strReplaceNULLBy = 'Substituir NULL por';
  477. $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
  478. $strReset = 'Limpa';
  479. $strResourceLimits = 'Limites do recurso';
  480. $strRevoke = 'Anula';
  481. $strRevokeAndDelete = 'Revogar todos os privilΘgios dos utilizadores e apagß-los a seguir.';
  482. $strRevokeAndDeleteDescr = 'O utilizadores manterπo o privilΘgio de USAGE atΘ que os privilΘgios sejam recarregados.';
  483. $strRevokeMessage = 'Anulou os privilΘgios para %s';
  484. $strRowLength = 'Comprim. dos reg.';
  485. $strRowSize = ' Tamanho dos reg.';
  486. $strRows = 'Registos';
  487. $strRowsFrom = 'registos comeτando em';
  488. $strRowsModeFlippedHorizontal = 'horizontal (cabeτalhos rodados)';
  489. $strRowsModeHorizontal = 'horizontal';  // same in portuguese!
  490. $strRowsModeOptions = 'em modo %s com cabeτalhos repetidos a cada %s cΘlulas';
  491. $strRowsModeVertical = 'vertical';  // same in portuguese!
  492. $strRowsStatistic = 'Estatφsticas dos registos';
  493. $strRunQuery = 'Executa Comando SQL';
  494. $strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s';
  495. $strRunning = 'a correr em %s';
  496. $strRussian = 'Russo';
  497.  
  498. $strSQL = 'SQL';
  499. $strSQLExportType = 'Tipo de Exportaτπo';
  500. $strSQLOptions = 'Opτ⌡es SQL';
  501. $strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise o seu query aprofundadamente, e verifique se as aspas estπo correctas e nπo estπo desencontradas. Outra possibilidade de falha Θ o facto de estar a fazer o upload de um ficheiro com outside binßrio, de de uma ßrea de texto citada. Pode tambΘm experimentar a sua query na interface da linha de comandos do MySQL. A saφda de erro do MySQL abaixo, isto se existir alguma, tambΘm o poderß ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada do query SQL atΘ aquele que causa o problema, e envie o relat≤rio de bug com os dados do chunk na secτπo CUT abaixo:';
  502. $strSQLParserUserError = 'Parece haver um erro no seu query SQL. A saφda do servidor MySQL abaixo, isto se existir alguma, tambΘm o poderß ajudar a diagnosticar o problema.';
  503. $strSQLQuery = 'Comando SQL';
  504. $strSQLResult = 'Resultado SQL';
  505. $strSQPBugInvalidIdentifer = 'Identificador invßlido';
  506. $strSQPBugUnclosedQuote = 'Aspa nπo fechada';
  507. $strSQPBugUnknownPunctuation = 'Pontuaτπo desconhecida';
  508. $strSave = 'Guarda';
  509. $strSaveOnServer = 'Gravar no servidor na directoria %s';
  510. $strScaleFactorSmall = 'O factor escala Θ muito pequeno para encaixar o esquema numa pßgina';
  511. $strSearch = 'Pesquisar';
  512. $strSearchFormTitle = 'Pesquisar na Base de Dados';
  513. $strSearchInTables = 'Dentro de Tabela(s):';
  514. $strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):';
  515. $strSearchOption1 = 'pelo menos uma das palavras';
  516. $strSearchOption2 = 'todas as palavras';
  517. $strSearchOption3 = 'a frase exacta';
  518. $strSearchOption4 = 'as regular expression';
  519. $strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:';
  520. $strSearchType = 'Procurar:';
  521. $strSecretRequired = 'O ficheiro de configuraτπo precisa agora de uma frase-passe secreta (blowfish_secret).';
  522. $strSelectADb = 'Por favor seleccione uma base de dados';
  523. $strSelectAll = 'Selecciona Todas';
  524. $strSelectFields = 'Seleccione os campos (no mφnimo 1)';
  525. $strSelectNumRows = 'na pesquisa';
  526. $strSelectTables = 'Seleccionar Tabelas';
  527. $strSend = 'envia';
  528. $strSent = 'Enviado';
  529. $strServer = 'Servidor';
  530. $strServerChoice = 'Escolha do Servidor';
  531. $strServerStatus = 'Informaτπo de Runtime';
  532. $strServerStatusUptime = 'Este servidor de mySQL estar a correr hß %s. Foi iniciado em/a %s.';
  533. $strServerTabProcesslist = 'Processos';
  534. $strServerTabVariables = 'Varißveis';
  535. $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
  536. $strServerVars = 'Varißveis do servidor e configuraτ⌡es';
  537. $strServerVersion = 'Versπo do servidor';
  538. $strSessionValue = 'Valor de sessπo';
  539. $strSetEnumVal = 'Se o tipo de campo Θ "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um ap≤strofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
  540. $strShow = 'Mostra';
  541. $strShowAll = 'Mostrar tudo';
  542. $strShowColor = 'Mostrar c⌠r';
  543. $strShowDatadictAs = 'Formato dos dados do dicionßrio';
  544. $strShowFullQueries = 'Mostrar queries completos';
  545. $strShowGrid = 'Mostrar grelha';
  546. $strShowPHPInfo = 'Mostra informaτπo do PHP';
  547. $strShowTableDimension = 'Mostrar dimensπo das tabelas';
  548. $strShowTables = 'Mostra tabelas';
  549. $strShowThisQuery = ' Mostrar de novo aqui este comando ';
  550. $strShowingRecords = 'Mostrando registos ';
  551. $strSimplifiedChinese = 'ChinΩs Simplificado';
  552. $strSingly = '(A refazer ap≤s inserir/eliminar)';
  553. $strSize = 'Tamanho';
  554. $strSort = 'Ordenaτπo';
  555. $strSortByKey = 'Ordenar por chave';
  556. $strSpaceUsage = 'Espaτo ocupado';
  557. $strSplitWordsWithSpace = 'As palavras sπo separadas pelo caracter espaτo (" ").';
  558. $strStatCheckTime = 'Verificaτπo';
  559. $strStatCreateTime = 'Criaτπo';
  560. $strStatUpdateTime = 'Actualizaτπo';
  561. $strStatement = 'Itens';
  562. $strStatus = 'Estado';
  563. $strStrucCSV = 'Dados CSV';
  564. $strStrucData = 'Estrutura e dados';
  565. $strStrucDrop = 'Adiciona DROP TABLE';
  566. $strStrucExcelCSV = 'dados CSV para MS Excel';
  567. $strStrucOnly = 'Somente estrutura';
  568. $strStructPropose = 'Propor uma estrutura de tabela';
  569. $strStructure = 'Estrutura';
  570. $strSubmit = 'Submete';
  571. $strSuccess = 'O seu comando SQL foi executado com sucesso';
  572. $strSum = 'Soma';
  573. $strSwedish = 'Sueco';
  574. $strSwitchToTable = 'Mudar para a tabela copiada';
  575.  
  576. $strTable = 'Tabela';
  577. $strTableComments = 'Comentßrios da tabela';
  578. $strTableEmpty = 'O nome da tabela estß vazio!';
  579. $strTableHasBeenDropped = 'A tabela %s foi eliminada';
  580. $strTableHasBeenEmptied = 'A tabela %s foi limpa';
  581. $strTableHasBeenFlushed = 'A tabela %s foi fechada';
  582. $strTableMaintenance = 'Manutenτπo da tabela';
  583. $strTableOfContents = '═ndice';
  584. $strTableOptions = 'Opτ⌡es da tabela';
  585. $strTableStructure = 'Estrutura da tabela';
  586. $strTableType = 'Tipo de tabela';
  587. $strTables = '%s tabela(s)';
  588. $strTblPrivileges = 'PrivilΘgios especφficos da tabela';
  589. $strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode nπo ser editßvel ';
  590. $strThai = 'TailandΩs';
  591. $strTheContent = 'O conte·do do seu arquivo foi inserido';
  592. $strTheContents = 'O conte·do do arquivo substituiu o conte·do da tabela que tinha a mesma chave primßria ou ·nica';
  593. $strTheTerminator = 'Terminador de campos.';
  594. $strThisHost = 'Este Anfitriπo';
  595. $strThisNotDirectory = 'Isto nπo era uma directoria';
  596. $strTime = 'Tempo';
  597. $strTotal = 'total';
  598. $strTotalUC = 'Total'; // (same in portuguese)
  599. $strTraditionalChinese = 'ChinΩs Tradicional';
  600. $strTraffic = 'Trßfego';
  601. $strTransformation_image_jpeg__inline = 'Mostra uma miniatura clicßvel; opτ⌡es: largura,altura em pixeis (mantΘm a proporτπo original)';
  602. $strTransformation_image_jpeg__link = 'Mostra uma ligaτπo para esta imagem (blob download directo , i.e.).';
  603. $strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
  604. $strTransformation_text_plain__formatted = 'Preserva a formataτπo original do campo. Sem Escaping.';
  605. $strTruncateQueries = 'Truncar os Queries mostrados';
  606. $strTurkish = 'Turco';
  607. $strType = 'Tipo';
  608.  
  609. $strUkrainian = 'Ucraniano';
  610. $strUncheckAll = 'Nenhum';
  611. $strUnicode = 'Unicode';
  612. $strUnique = '┌nico';
  613. $strUnknown = 'desconhecido';
  614. $strUnselectAll = 'Limpa Todas as Selecτ⌡es';
  615. $strUpdComTab = 'Consulte a Documentaτπo sobre como actualizar a Tabela Column_comments Table';
  616. $strUpdatePrivMessage = 'Actualizou os privilΘgios de %s.';
  617. $strUpdateProfileMessage = 'O prefil foi actualizado.';
  618. $strUpdateQuery = 'Actualiza Comando SQL';
  619. $strUpgrade = 'deve actualizar para %s %s ou mais recente.';
  620. $strUsage = 'Utilizaτπo';
  621. $strUseBackquotes = 'Usar ap≤strofes com os nomes das tabelas e campos';
  622. $strUseHostTable = 'Usar a tabela do anfitriπo';
  623. $strUseTables = 'Usar Tabelas';
  624. $strUseTextField = 'Usar campo de texto';
  625. $strUseThisValue = 'Usar este valor';
  626. $strUser = 'Utilizador';
  627. $strUserAlreadyExists = 'O utilizador %s jß existe!';
  628. $strUserEmpty = 'O nome do utilizador estß vazio!';
  629. $strUserName = 'Nome do Utilizador';
  630. $strUserNotFound = 'O utilizador selecionado nπo se encontra na tabela de privilΘgios.';
  631. $strUsersDeleted = 'Os utilizadores selecionado foram apagados com sucesso.';
  632. $strUsersHavingAccessToDb = 'Utilizadores que tem acesso a "%s"';
  633.  
  634. $strValidateSQL = 'Validar SQL';
  635. $strValue = 'Valor';
  636. $strVar = 'Varißvel';
  637. $strViewDump = 'Ver o esquema da tabela';
  638. $strViewDumpDB = 'Ver o esquema da base de dados';
  639.  
  640. $strWebServerUploadDirectory = 'Directoria no servidor web para fazer upload';
  641. $strWebServerUploadDirectoryError = 'Nπo Θ possivel alcanτar a directoria que configurou para fazer upload';
  642. $strWelcome = 'Bemvindo ao %s';
  643. $strWestEuropean = 'Europeu de Oeste';
  644. $strWithChecked = 'Com os seleccionados:';
  645. $strWritingCommentNotPossible = 'Nπo Θ possφvel escrever comentßrio';
  646. $strWritingRelationNotPossible = 'Nπo Θ possφvel escrever relaτπo';
  647. $strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
  648.  
  649. $strXML = 'XML';// (Same in portuguese)
  650.  
  651. $strYes = 'Sim';
  652.  
  653. $strZeroRemovesTheLimit = 'Nota: Configurar estas opτ⌡es para 0 (zero) remove o limite.';
  654. $strZip = '"Compressπo zip"';
  655.  
  656. // To translate:
  657.  
  658. $strBeginCut = 'BEGIN CUT';  //to translate
  659. $strBeginRaw = 'BEGIN RAW';  //to translate
  660. $strBrowseForeignValues = 'Browse foreign values';  //to translate
  661. $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
  662.  
  663. $strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
  664. $strCheckOverhead = 'Check tables with overhead';  //to translate
  665. $strCollation = 'Collation';  //to translate
  666. $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
  667. $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
  668. $strCyrillic = 'Cyrillic';  //to translate
  669.  
  670. $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';  //to translate
  671. $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
  672. $strDelayedInserts = 'Use delayed inserts';  //to translate
  673.  
  674. $strEndCut = 'END CUT';  //to translate
  675. $strEndRaw = 'END RAW';  //to translate
  676.  
  677. $strLatexLabel = 'Label key';//to translate
  678.  
  679. $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
  680. $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
  681. $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
  682. $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
  683. $strPrivDescSuper = 'Permite connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
  684.  
  685.  
  686. $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
  687. $strToggleScratchboard = 'toggle scratchboard';  //to translate
  688. $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
  689. $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
  690. $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
  691. $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';  //to translate
  692. $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';  //to translate
  693. $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
  694.  
  695. $strUserOverview = 'User overview'; //to translate
  696.  
  697. $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
  698. $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
  699.  
  700. $strWildcard = 'wildcard';  //to translate
  701. $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';  //to translate
  702.  
  703. $strConnectionError = 'Cannot connect: invalid settings.';  //to translate
  704. $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';  //to translate
  705. $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';  //to translate
  706. $strNeedPrimaryKey = 'You should define a primary key for this table.';  //to translate
  707. $strIgnoreInserts = 'Use ignore inserts';  //to translate
  708. $strAddIfNotExists = 'Add IF NOT EXISTS';  //to translate
  709. $strCommentsForTable = 'COMMENTS FOR TABLE';  //to translate
  710. $strMIMETypesForTable = 'MIME TYPES FOR TABLE';  //to translate
  711. $strRelationsForTable = 'RELATIONS FOR TABLE';  //to translate
  712. $strAfterInsertSame = 'Go back to this page';  //to translate
  713. $strRenameDatabaseOK = 'Database %s has been renamed to %s';  //to translate
  714. $strDatabaseEmpty = 'The database name is empty!';  //to translate
  715. $strDBRename = 'Rename database to';  //to translate
  716. $strOperator = 'Operator';  //to translate
  717. $strEncloseInTransaction = 'Enclose export in a transaction';  //to translate
  718. $strCalendar = 'Calendar';  //to translate
  719. $strRefresh = 'Refresh';  //to translate
  720. $strDefragment = 'Defragment table';  //to translate
  721. $strNoRowsSelected = 'No rows selected';  //to translate
  722. $strSpanish = 'Spanish';  //to translate
  723. $strStrucNativeExcel = 'Native MS Excel data';  //to translate
  724. $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
  725. $strServerNotResponding = 'The server is not responding';  //to translate
  726. $strTheme = 'Theme / Style';  //to translate
  727. $strTakeIt = 'take it';  //to translate
  728. $strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
  729. $strIcelandic = 'Icelandic';  //to translate
  730. $strLatvian = 'Latvian';  //to translate
  731. $strPolish = 'Polish';  //to translate
  732. $strRomanian = 'Romanian';  //to translate
  733. $strSlovenian = 'Slovenian';  //to translate
  734. $strTraditionalSpanish = 'Traditional Spanish';  //to translate
  735. $strSlovak = 'Slovak';  //to translate
  736. $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
  737. $strPersian = 'Persian';  //to translate
  738. $strAddFields = 'Add %s field(s)';  //to translate
  739. $strInsertBookmarkTitle = 'Please insert bookmark title';  //to translate
  740. $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
  741. $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
  742. $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
  743. $strBinLogName = 'Log name';  //to translate
  744. $strBinLogPosition = 'Position';  //to translate
  745. $strBinLogEventType = 'Event type';  //to translate
  746. $strBinLogServerId = 'Server ID';  //to translate
  747. $strBinLogOriginalPosition = 'Original position';  //to translate
  748. $strBinLogInfo = 'Information';  //to translate
  749. $strBinaryLog = 'Binary log';  //to translate
  750. $strSelectBinaryLog = 'Select binary log to view';  //to translate
  751. $strDBCopy = 'Copy database to';  //to translate
  752. $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
  753. $strSwitchToDatabase = 'Switch to copied database';  //to translate
  754. $strPasswordHashing = 'Password Hashing';  //to translate
  755. $strCompatibleHashing = 'MySQL 4.0 compatible';  //to translate
  756. $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
  757. $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
  758. $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
  759. $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
  760. $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
  761. $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
  762. $strSQLExportCompatibility = 'SQL export compatibility';  //to translate
  763. $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';  //to translate
  764. $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
  765. $strAfterInsertNext = 'Edit next row';  //to translate
  766. $strView = 'View';  //to translate
  767. $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
  768. $strEngines = 'Engines';  //to translate
  769. $strStorageEngines = 'Storage Engines';  //to translate
  770. $strStorageEngine = 'Storage Engine';  //to translate
  771. $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
  772. $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
  773. $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
  774. $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
  775. $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
  776. $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
  777. $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';  //to translate
  778. $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
  779. $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';  //to translate
  780. $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
  781. $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
  782. $strMyISAMRepairThreads = 'Repair threads';  //to translate
  783. $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.';  //to translate
  784. $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
  785. $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';  //to translate
  786. $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
  787. $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';  //to translate
  788. $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
  789. $strVersionInformation = 'Version information';  //to translate
  790. $strInnoDBDataHomeDir = 'Data home directory';  //to translate
  791. $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
  792. $strInnoDBDataFilePath = 'Data files';  //to translate
  793. $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
  794. $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
  795. $strBufferPool = 'Buffer Pool';  //to translate
  796. $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
  797. $strDataPages = 'Pages containing data';  //to translate
  798. $strFreePages = 'Free pages';  //to translate
  799. $strBusyPages = 'Busy pages';  //to translate
  800. $strDirtyPages = 'Dirty pages';  //to translate
  801. $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
  802. $strLatchedPages = 'Latched pages';  //to translate
  803. $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
  804. $strReadRequests = 'Read requests';  //to translate
  805. $strWriteRequests = 'Write requests';  //to translate
  806. $strBufferReadMisses = 'Read misses';  //to translate
  807. $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
  808. $strBufferWriteWaits = 'Write waits';  //to translate
  809. $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
  810. $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
  811. $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
  812. $strHTMLWord = 'Microsoft Word 2000';  //to translate
  813. $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
  814. $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
  815. $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
  816. $strInnoDBPages = 'pages';  //to translate
  817. $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
  818. ?>
  819.